home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 614 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: g0-mac7.ta.chalmers.se!bid
  2. From: Bengt-Inge Dalenback <bid@ta.chalmers.se>
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools.mfc,comp.os.ms-windows.programmer.graphics,comp.os.ms-windows.programmer.win32
  4. Subject: Re: Bitmap graphic doesn't show up on some computers
  5. Date: 5 Jan 1996 10:57:59 GMT
  6. Organization: CATT & Dep. of Applied Acoustics, Chalmers
  7. Distribution: world
  8. Message-ID: <4cj07n$1cr@nyheter.chalmers.se>
  9. References: <sem.820775501@lemond.sps.mot.com>
  10. NNTP-Posting-Host: g0-mac7.ta.chalmers.se
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Newsreader: Nuntius 2.0.1_68K
  15. X-XXMessage-ID: <AD12C3128601B84A@g0-mac7.ta.chalmers.se>
  16. X-XXDate: Fri, 5 Jan 1996 10:59:14 GMT
  17.  
  18. In article <sem.820775501@lemond.sps.mot.com> Steve Montgomery,
  19. sem@lemond.sps.mot.com writes:
  20. >We have a problem with a bitmap graphic placed in an CEditView derived window.
  21.  
  22. Try to see if the graphics driver is the problem! I had problems with
  23. circles don't showing up if they were below a certain radius. When I
  24. switched from the driver dedicated to the particular card to the standard
  25. generic ones supplied with Windows 3.11 it worked ok. I suppose it can be
  26. like this because some graphics ops are done directy in the hardware with
  27. the specific drivers, and if there is a bug in the driver it shows. With
  28. the generic ones they don't know exactly what a aprticular card can do
  29. and therefore it may work more reliable, but potentially slower since
  30. more has to be done by the standard CPU.
  31.  
  32. --------------------------------
  33. Bengt-Inge Dalenback
  34. Department of Applied Acoustics
  35. Chalmers University of Technology
  36. Gothenburg, SWEDEN
  37. e-mail: bid@ta.chalmers.se
  38.